home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / gnu / nihcl-30.lha / nihcl-3.0 / test / arraychar.v < prev    next >
Text File  |  1990-05-19  |  246b  |  12 lines

  1.  
  2. Test class Arraychar
  3. 0x01  0x02  0x03  0x00  0x00  0x00  0x00  0x00  0x00  0x00
  4. t = 0x01  0x02
  5. t == u: 1
  6. t.isEqual(u): 1
  7. t.isEqual(v): 0
  8. t.compare(u): 0
  9. t.compare(v): -1
  10. v.compare(t): 1
  11. 0x00  0x00  0x00  0x00  0x00  0x00  0x00  0x00  0x00  0x00
  12.